home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / mine2.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  60 lines

  1. (Comp.sys.handhelds) 
  2. Item: 2986 by ahernsd at mentor.cc.purdue.edu 
  3. Author: [Sean Ahern, aka Dynastar] 
  4.   Subj: Minehunt II turbo (an HP48 game) 
  5.   Date: Tue Apr 30 1991 
  6.  
  7. My long-awaited rewrite of HP's minehunt game available on the 
  8. Equation Library Card.  I call it: Minehunt II turbo 
  9.  
  10. Ok, here is a description of the game 
  11.  
  12. Minehunt II turbo 
  13. ---------------------- 
  14. This game is essentially a rewrite of the minehunt game that comes 
  15. on the Equation Library card.  I rewrote it to have 286 little 
  16. squares, rather than only 128.  It also has a help file so you can 
  17. figure out how to play the thing. 
  18.  
  19. There are three programs that you should be interested in.  (The 
  20. other programs in the directory are my way of implementing subroutines.) 
  21.  
  22. START: This program will start a game of Minehunt II with the current 
  23.            configuration.  It will run a short initialization, then ask 
  24.            you at what level you would like to start.  In general, the 
  25.            level * 10 is (for the most part) the percentage of the screen 
  26.            that will be filled with mines.  I will explain the difference 
  27.            between the two configurations in the CONFIG description. 
  28.  
  29. HELP:  This file does what you would expect it to do: it tells you all 
  30.            about the game, the object of the game, the movement controls, 
  31.            and it even has a little subtle animation on the last screen! 
  32.            You should read this file before playing the game, or you will 
  33.            probably be lost. 
  34.  
  35. CONFIG: You should run this program before pressing START for the first 
  36.            time because I don't remember what configuration I posted the 
  37.            game in.  This program will give you two menu keys, NORM and 
  38.            TURBO.  Just press the key to configure the game. 
  39.  
  40.            The two configurations work like: 
  41.  
  42.            NORM:  This configuration runs slower than the TURBO version, 
  43.                         but sets up sooner.  Configure NORM if you want to play 
  44.                         right away, but don't mind a slower game. 
  45.  
  46.        TURBO: This configuration does a lot of the processing before you 
  47.                         start playing, making the game run a lot quicker, but 
  48.                         requiring more time to set up.  Configure TURBO if 
  49.                         you don't mind waiting a bit and you want to play a 
  50.                         faster game. 
  51.  
  52. Well, that's about it, oh yeah, DISCLAIMER(YAWN): I accept no responsibility 
  53. if this game crashes your memory, or if you fail your CHEM exam because you 
  54. were playing this game instead of studying, or any other consequences of 
  55. using this program. 
  56.  
  57. Hope you all enjoy it! 
  58. Comments, flames, and suggestions, (or anything else you wish to send), 
  59. are welcome at ahernsd@mentor.cc.purdue.edu 
  60.